Add test for the behavior of --help
authorOwen W. Taylor <otaylor@fishsoup.net>
Thu, 25 Sep 2014 07:05:45 +0000 (03:05 -0400)
committerOwen W. Taylor <otaylor@fishsoup.net>
Thu, 25 Sep 2014 18:28:58 +0000 (14:28 -0400)
commit7fce7e0338f52a328387abf6b46105547476710e
tree8a881745c0f2774bf34b4a19e74771ab17778d94
parent3400f2d2aef70ae9abc319ddb73ed407befbe528
Add test for the behavior of --help

Recursive over ostree and all subcommands, and check that --help
is supported, properly outputs to standard out, and exits
with a 0 exit status. Check that for commands with subcommands,
they produce the help output to standard error when run with no arguments.

https://bugzilla.gnome.org/show_bug.cgi?id=737194
Makefile-tests.am
tests/libtest.sh
tests/test-help.sh [new file with mode: 0755]